home *** CD-ROM | disk | FTP | other *** search
- Path: tank.news.pipex.net!pipex!warwick!bham!bhamcs!calvin!mxt
- From: M.J.Thomsit-CSSE93@cs.bham.ac.uk (Mark J Thomsit)
- Newsgroups: comp.lang.c++
- Subject: ifstream problems
- Date: 12 Mar 1996 19:47:06 GMT
- Organization: School of Computer Science, The University of Birmingham, U.K.
- Sender: mxt@calvin (Mark J Thomsit)
- Message-ID: <4i4kbq$h1s@percy.cs.bham.ac.uk>
- NNTP-Posting-Host: calvin.cs.bham.ac.uk
-
- I have overloaded ifstream and ofstream to write out and read in the data members
- of my own class. When however I try to read in what I just wrote out nothing is
- properly read into the class, although when I read in from a file created by hand
- by myself it works fine. Does anyone know why this might be,
-
- Thanks Mark
-